home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / visutils.zip / MOVE.DOC < prev    next >
Text File  |  1992-01-10  |  3KB  |  96 lines

  1. *********      *****     **     **   *******    **
  2. **  *  **    **     **   **     **   **        ****
  3. **  *  **    **     **   **     **   **        ****
  4. **  *  **    **     **    **   **    ****       **
  5. **  *  **    **     **     ** **     **         
  6. **  *  **      *****         *       *******    **
  7.  
  8. MOVE ver 1.0 By Kenneth E. Sandquist Jr.
  9. Vision Software January 07, 1992
  10.  
  11. ------------------------------------------
  12.  
  13.      In my opinion, MOVE is a program that should come with DOS!  Just as 
  14. its' name suggests, MOVE will move a file or several files to another drive
  15. and/or directory.  It is different than anything that DOS has...it will 
  16. actually pick the file(s) up and place them elsewhere deleting the file from 
  17. where it was moved! It will do this while giving you overwrite warnings for 
  18. files that exist in the target directory.
  19.  
  20.  
  21. Usage: MOVE [parameter] {d:}Sfilename {d:}Tfilename /V
  22. Where parameter:
  23.                  -o = disable overwrite warnings.
  24.  
  25.                  d: = drive specifier. 
  26.           Sfilename = source filename (can include wildcards and path).
  27.           Tfilename = target filename (can include path).
  28.                  /V = set verify on.
  29.  
  30. EXAMPLE:
  31.  
  32.      Let's say we have a directory called C:\TEMP in which there are files
  33. with the .EXE extension.  If we wanted to move all files with the .EXE 
  34. extension to a directory called D:\OLDTEMP then we do the following:
  35.  
  36.                     MOVE C:\TEMP\*.EXE D:\OLDTEMP
  37.  
  38. That's it!
  39. Likewise, we can do it another way...we can change to the D:\OLDTEMP 
  40. directory and type:
  41.  
  42.                           MOVE C:\TEMP\*.EXE
  43.  
  44.                                   or
  45.  
  46. Change to the C:\TEMP directory and type:
  47.  
  48.                          MOVE *.EXE D:\OLDTEMP      
  49.  
  50. Well...you get the picture!
  51. All the examples do the exact same thing - move files from one directory to 
  52. another!
  53.  
  54. Very handy!
  55.  
  56.      To interrupt a move function, just hit <CTRL>-C.
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. -----------------------------------------------------------------------------
  68.                            VERSION INFORMATION
  69.  
  70. New with version 1.0! It was released!
  71.  
  72. ----------------------------------------------------------------------------
  73.                             DISCLAIMER STUFF
  74.  
  75.      The author of this program has taken every care so that MOVE will run on
  76. every computer...However...Due to the vast number of computer manufacturers
  77. no warranty, implied or otherwise, shall be in effect.
  78. -----------------------------------------------------------------------------
  79.                               REGISTER ???
  80.  
  81.      Although any contribution would be appreciated (hint! hint!), If you
  82. find this program of some use, pass it along to a friend...Right now I'm
  83. looking for recognition not, so much, money.  HOWEVER...don't be shy with the
  84. ol' checkbook !!!  If you do make a contribution, you will be given the next
  85. release along with any other utilities I come up with between now and then!
  86. -----------------------------------------------------------------------------
  87.                          WHO IS VISION SOFTWARE?
  88.  
  89.                   Vision Software was founded by the author:
  90.  
  91.                           Kenneth E. Sandquist Jr.
  92.                           3187A Aqueduct Dr.
  93.                           Lexington, Ky.   40517
  94. -----------------------------------------------------------------------------
  95.  
  96.